Esx Settings HostHardwareDetails
The Esx Settings HostHardwareDetails schema contains properties to describe host's hardware details.
This schema was added in vSphere API 9.0.0.0.
{
"host_uuid": "string",
"vendor": "string",
"model": "string",
"family": "string",
"oem_strings": [
"string"
]
}
Host's uuid. Maps to "UUID" in SMBIOS: System Information (Type 1) and offset 08h
This property was added in vSphere API 9.0.0.0.
Host's vendor name. Maps to "Manufacturer" in SMBIOS: System Information (Type 1) and offset 04h
This property was added in vSphere API 9.0.0.0.
Host's model name. Maps to "Product Name" in SMBIOS: System Information (Type 1) and offset 05h
This property was added in vSphere API 9.0.0.0.
Host's family name. Maps to "Family" in SMBIOS: System Information (Type 1) and offset 1Ah
This property was added in vSphere API 9.0.0.0.
Host's OEM string. Maps to SMBIOS: OEM Strings (Type 11)
This property was added in vSphere API 9.0.0.0.